kotlin-stdlib
Common
kotlin-stdlib
/
kotlin
/
[Common]Int
/
xor
xor
Common
infix
fun
xor
(
other
:
Int
)
:
Int
Content copied to clipboard
Performs a bitwise XOR operation between the two values.